Home
last modified time | relevance | path

Searched refs:thd (Results 1 – 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/apr/threadproc/unix/
HDthread.c202 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/
HDapr_thread_pool.c48 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/
HDtestqueue.c34 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
HDtestpass.c86 static void * APR_THREAD_FUNC testing_thread(apr_thread_t *thd, in testing_thread() argument
HDtestreslist.c104 static void * APR_THREAD_FUNC resource_consuming_thread(apr_thread_t *thd, in resource_consuming_thread() argument
/freebsd-13-stable/contrib/apr/include/
HDapr_thread_proc.h277 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);
HDapr_portable.h306 apr_thread_t *thd);
322 APR_DECLARE(apr_status_t) apr_os_thread_put(apr_thread_t **thd,
HDapr.hnw361 /** void* APR_THREAD_FUNC my_thread_entry_fn(apr_thread_t *thd, void *data);
HDapr.hw507 * void* APR_THREAD_FUNC my_thread_entry_fn(apr_thread_t *thd, void *data);
HDapr.hwc504 * void* APR_THREAD_FUNC my_thread_entry_fn(apr_thread_t *thd, void *data);
HDapr.h.in469 * void* APR_THREAD_FUNC my_thread_entry_fn(apr_thread_t *thd, void *data);
/freebsd-13-stable/sbin/fdisk/
HDfdisk.c582 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/
HDapr_thread_pool.h289 APU_DECLARE(apr_status_t) apr_thread_pool_task_owner_get(apr_thread_t *thd,
/freebsd-13-stable/crypto/openssh/
HDlibcrux_mlkem768_sha3.h5901 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/
HDconfigure19902 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);