Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libthr/thread/
Dthr_private.h579 #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 …]
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
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-12-stable/contrib/ntp/libntp/lib/isc/win32/
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-12-stable/contrib/processor-trace/libipt/test/src/
Dptunit-block_cache.c41 struct ptunit_thrd_fixture thrd; member
87 int thrd; in bfix_fini() local
321 int thrd; in stress() local
Dptunit-section.c118 struct ptunit_thrd_fixture thrd; member
1079 int thrd; in stress() local
1301 int thrd; in sfix_fini() local
Dptunit-image_section_cache.c532 struct ptunit_thrd_fixture thrd; member
1927 int thrd; in stress() local
/freebsd-12-stable/contrib/processor-trace/include/windows/
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-12-stable/contrib/processor-trace/include/posix/
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-12-stable/lib/msun/src/
De_powf.c29 thrd = 3.33333343e-01, /* 0x3eaaaaab */ variable
De_pow.c71 thrd = 3.3333333333333331e-01, /* 0x3fd55555, 0x55555555 */ variable