Searched defs:thrd (Results 1 – 10 of 10) sorted by relevance
/freebsd/lib/libthr/thread/ |
H A D | thr_private.h | 581 #define THR_SHOULD_GC(thrd) \ argument 585 #define THR_IN_CRITICAL(thrd) \ argument 589 #define THR_CRITICAL_ENTER(thrd) \ argument 592 #define THR_CRITICAL_LEAVE(thrd) \ argument 598 #define THR_UMUTEX_TRYLOCK(thrd, lck) \ argument 601 #define THR_UMUTEX_LOCK(thrd, lck) \ argument 604 #define THR_UMUTEX_TIMEDLOCK(thrd, lck, timo) \ argument 607 #define THR_UMUTEX_UNLOCK(thrd, lck) \ argument 610 #define THR_LOCK_ACQUIRE(thrd, lck) \ argument 616 #define THR_LOCK_ACQUIRE_SPIN(thrd, lck) \ argument [all …]
|
H A D | thr_list.c | 72 #define THREAD_HASH(thrd) (((unsigned long)thrd >> 8) % HASH_QUEUES) argument 379 struct pthread *curthread, *thrd; in __pthread_distribute_static_tls() local
|
/freebsd/contrib/ntp/libntp/lib/isc/win32/ |
H A D | condition.c | 61 register_thread(unsigned long thrd, isc_condition_t *gblcond, in register_thread() 98 find_thread_condition(unsigned long thrd, isc_condition_t *cond, in find_thread_condition()
|
/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-block_cache.c | 41 struct ptunit_thrd_fixture thrd; member 87 int thrd; in bfix_fini() local 321 int thrd; in stress() local
|
H A D | ptunit-section.c | 118 struct ptunit_thrd_fixture thrd; member 1114 int thrd; in stress() local 1346 int thrd, errcode; in sfix_fini() local
|
H A D | ptunit-image_section_cache.c | 534 struct ptunit_thrd_fixture thrd; member 1931 int thrd; in stress() local
|
/freebsd/contrib/processor-trace/include/windows/ |
H A D | threads.h | 78 static inline int thrd_create(thrd_t *thrd, thrd_start_t fun, void *arg) in thrd_create() 103 static inline int thrd_join(thrd_t *thrd, int *res) in thrd_join()
|
/freebsd/contrib/processor-trace/include/posix/ |
H A D | threads.h | 83 static inline int thrd_create(thrd_t *thrd, thrd_start_t fun, void *arg) in thrd_create() 107 static inline int thrd_join(thrd_t *thrd, int *res) in thrd_join()
|
/freebsd/lib/msun/src/ |
H A D | e_powf.c | 26 thrd = 3.33333343e-01, /* 0x3eaaaaab */ variable
|
H A D | e_pow.c | 67 thrd = 3.3333333333333331e-01, /* 0x3fd55555, 0x55555555 */ variable
|