Searched defs:thrd (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/lib/libthr/thread/ |
| H A D | thr_private.h | 586 #define THR_SHOULD_GC(thrd) \ argument 590 #define THR_IN_CRITICAL(thrd) \ argument 594 #define THR_CRITICAL_ENTER(thrd) \ argument 597 #define THR_CRITICAL_LEAVE(thrd) \ argument 606 #define THR_UMUTEX_LOCK(thrd, lck) \ argument 615 #define THR_LOCK_ACQUIRE(thrd, lck) \ argument 628 #define THR_ASSERT_LOCKLEVEL(thrd) \ argument 634 #define THR_ASSERT_LOCKLEVEL(thrd) argument 637 #define THR_LOCK_RELEASE(thrd, lck) \ argument 673 #define THR_LIST_ADD(thrd) do { \ argument [all …]
|
| H A D | thr_stack.c | 138 _thr_stack_fix_protection(struct pthread *thrd) in _thr_stack_fix_protection() 170 struct pthread *curthread, *thrd; in __thr_map_stacks_exec() local
|
| H A D | thr_list.c | 75 #define THREAD_HASH(thrd) (((unsigned long)thrd >> 8) % HASH_QUEUES) argument 382 struct pthread *curthread, *thrd; in __pthread_distribute_static_tls() local
|
| /freebsd-13.1/contrib/ntp/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-13.1/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-13.1/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-13.1/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-13.1/lib/msun/src/ |
| H A D | e_powf.c | 29 thrd = 3.33333343e-01, /* 0x3eaaaaab */ variable
|
| H A D | e_pow.c | 71 thrd = 3.3333333333333331e-01, /* 0x3fd55555, 0x55555555 */ variable
|