Searched defs:thrd (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/lib/libthr/thread/ |
| D | thr_private.h | 579 #define THR_SHOULD_GC(thrd) \ argument 583 #define THR_IN_CRITICAL(thrd) \ argument 587 #define THR_CRITICAL_ENTER(thrd) \ argument 590 #define THR_CRITICAL_LEAVE(thrd) \ argument 596 #define THR_UMUTEX_TRYLOCK(thrd, lck) \ argument 599 #define THR_UMUTEX_LOCK(thrd, lck) \ argument 602 #define THR_UMUTEX_TIMEDLOCK(thrd, lck, timo) \ argument 605 #define THR_UMUTEX_UNLOCK(thrd, lck) \ argument 608 #define THR_LOCK_ACQUIRE(thrd, lck) \ argument 614 #define THR_LOCK_ACQUIRE_SPIN(thrd, lck) \ argument [all …]
|
| 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
|
| 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-12-stable/contrib/ntp/libntp/lib/isc/win32/ |
| 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-12-stable/contrib/processor-trace/libipt/test/src/ |
| 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
|
| D | ptunit-section.c | 118 struct ptunit_thrd_fixture thrd; member 1079 int thrd; in stress() local 1301 int thrd; in sfix_fini() local
|
| D | ptunit-image_section_cache.c | 532 struct ptunit_thrd_fixture thrd; member 1927 int thrd; in stress() local
|
| /freebsd-12-stable/contrib/processor-trace/include/windows/ |
| 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-12-stable/contrib/processor-trace/include/posix/ |
| 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-12-stable/lib/msun/src/ |
| D | e_powf.c | 29 thrd = 3.33333343e-01, /* 0x3eaaaaab */ variable
|
| D | e_pow.c | 71 thrd = 3.3333333333333331e-01, /* 0x3fd55555, 0x55555555 */ variable
|