Searched refs:spin_thread (Results 1 – 4 of 4) sorted by relevance
22 spin_thread(__unused void *arg) in spin_thread() function78 rv = pthread_create(&unbound_thread, &attr, spin_thread, NULL);
483 spin_thread(void *arg) in spin_thread() function512 uint64_t tid = create_backtrace_thread(spin_thread, notify_sema);567 uint64_t tid = create_backtrace_thread(spin_thread, notify_sema);633 (void)create_backtrace_thread(spin_thread, notify_sema);
149 spin_thread(void *arg) in spin_thread() function236 true, &spin_thread);
49 spin_thread(void *arg) in spin_thread() function86 style == USAGE_SPIN ? spin_thread : sleep_thread, &th->ut_arg); in thread_start()