| /freebsd-13-stable/contrib/apr/threadproc/unix/ |
| HD | thread.c | 202 APR_DECLARE(apr_status_t) apr_thread_exit(apr_thread_t *thd, argument 205 thd->exitval = retval; 206 apr_pool_destroy(thd->pool); 212 apr_thread_t *thd) argument 217 if ((stat = pthread_join(*thd->td,(void *)&thread_stat)) == 0) { 218 *retval = thd->exitval; 230 APR_DECLARE(apr_status_t) apr_thread_detach(apr_thread_t *thd) argument 235 if ((stat = pthread_detach(thd->td)) == 0) { 237 if ((stat = pthread_detach(*thd->td)) == 0) { 280 apr_thread_t *thd) argument [all …]
|
| /freebsd-13-stable/contrib/apr-util/misc/ |
| HD | apr_thread_pool.c | 48 apr_thread_t *thd; member 224 elt->thd = t; in elt_new() 485 apr_thread_t *thd; in schedule_task() local 516 rv = apr_thread_create(&thd, NULL, thread_pool_func, me, me->pool); in schedule_task() 534 apr_thread_t *thd; in add_task() local 569 rv = apr_thread_create(&thd, NULL, thread_pool_func, me, me->pool); in add_task() 674 apr_os_thread_get(&os_thread, elt->thd); in wait_on_busy_threads() 844 apr_thread_join(&rv, elt->thd); in trim_idle_threads() 932 APU_DECLARE(apr_status_t) apr_thread_pool_task_owner_get(apr_thread_t *thd, in apr_thread_pool_task_owner_get() argument 939 rv = apr_thread_data_get(&data, "apr_thread_pool_task", thd); in apr_thread_pool_task_owner_get()
|
| /freebsd-13-stable/contrib/apr-util/test/ |
| HD | testqueue.c | 34 static void * APR_THREAD_FUNC consumer(apr_thread_t *thd, void *data) in consumer() argument 63 static void * APR_THREAD_FUNC producer(apr_thread_t *thd, void *data) in producer() argument
|
| HD | testpass.c | 86 static void * APR_THREAD_FUNC testing_thread(apr_thread_t *thd, in testing_thread() argument
|
| HD | testreslist.c | 104 static void * APR_THREAD_FUNC resource_consuming_thread(apr_thread_t *thd, in resource_consuming_thread() argument
|
| /freebsd-13-stable/contrib/apr/include/ |
| HD | apr_thread_proc.h | 277 APR_DECLARE(apr_status_t) apr_thread_exit(apr_thread_t *thd, 286 apr_thread_t *thd); 318 APR_DECLARE(apr_status_t) apr_thread_detach(apr_thread_t *thd);
|
| HD | apr_portable.h | 306 apr_thread_t *thd); 322 APR_DECLARE(apr_status_t) apr_os_thread_put(apr_thread_t **thd,
|
| HD | apr.hnw | 361 /** void* APR_THREAD_FUNC my_thread_entry_fn(apr_thread_t *thd, void *data);
|
| HD | apr.hw | 507 * void* APR_THREAD_FUNC my_thread_entry_fn(apr_thread_t *thd, void *data);
|
| HD | apr.hwc | 504 * void* APR_THREAD_FUNC my_thread_entry_fn(apr_thread_t *thd, void *data);
|
| HD | apr.h.in | 469 * void* APR_THREAD_FUNC my_thread_entry_fn(apr_thread_t *thd, void *data);
|
| /freebsd-13-stable/sbin/fdisk/ |
| HD | fdisk.c | 582 int tsec,tcyl,thd; in change_part() local 584 thd = partp->dp_shd; in change_part() 587 Decimal("beginning head", thd, tmp, NO_TRACK_HEADS); in change_part() 591 partp->dp_shd = thd; in change_part() 594 thd = partp->dp_ehd; in change_part() 597 Decimal("ending head", thd, tmp, NO_TRACK_HEADS); in change_part() 601 partp->dp_ehd = thd; in change_part()
|
| /freebsd-13-stable/contrib/apr-util/include/ |
| HD | apr_thread_pool.h | 289 APU_DECLARE(apr_status_t) apr_thread_pool_task_owner_get(apr_thread_t *thd,
|
| /freebsd-13-stable/crypto/openssh/ |
| HD | libcrux_mlkem768_sha3.h | 5901 uint8_t thd; member 5974 .thd = r2, in libcrux_ml_kem_vector_portable_serialize_serialize_11_int() 5998 result[2U] = r0_10.thd; in libcrux_ml_kem_vector_portable_serialize_serialize_11() 6009 result[13U] = r11_21.thd; in libcrux_ml_kem_vector_portable_serialize_serialize_11() 6034 int16_t thd; member 6097 .thd = r2, in libcrux_ml_kem_vector_portable_serialize_deserialize_11_int() 6138 v.elements[2U] = v0_7.thd; in libcrux_ml_kem_vector_portable_serialize_deserialize_11() 6146 v.elements[10U] = v8_15.thd; in libcrux_ml_kem_vector_portable_serialize_deserialize_11() 7414 uint8_t thd; member 7441 .fst = result0, .snd = result1, .thd = result2, .f3 = result3}); in libcrux_ml_kem_vector_portable_serialize_serialize_4_int() [all …]
|
| /freebsd-13-stable/contrib/apr/ |
| HD | configure | 19902 pthread_t thd; 19907 return pthread_create(&thd, NULL, thread_routine, &data); 19992 pthread_t thd; 19997 return pthread_create(&thd, NULL, thread_routine, &data); 20150 pthread_t thd; 20155 return pthread_create(&thd, NULL, thread_routine, &data); 20240 pthread_t thd; 20245 return pthread_create(&thd, NULL, thread_routine, &data);
|