Home
last modified time | relevance | path

Searched defs:thrd (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/lib/libthr/thread/
H A Dthr_private.h586 #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 Dthr_stack.c138 _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 Dthr_list.c75 #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 Dcondition.c61 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 Dptunit-block_cache.c41 struct ptunit_thrd_fixture thrd; member
87 int thrd; in bfix_fini() local
321 int thrd; in stress() local
H A Dptunit-section.c118 struct ptunit_thrd_fixture thrd; member
1114 int thrd; in stress() local
1346 int thrd, errcode; in sfix_fini() local
H A Dptunit-image_section_cache.c534 struct ptunit_thrd_fixture thrd; member
1931 int thrd; in stress() local
/freebsd-13.1/contrib/processor-trace/include/windows/
H A Dthreads.h78 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 Dthreads.h83 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 De_powf.c29 thrd = 3.33333343e-01, /* 0x3eaaaaab */ variable
H A De_pow.c71 thrd = 3.3333333333333331e-01, /* 0x3fd55555, 0x55555555 */ variable