Searched refs:__nptl_last_event (Results 1 – 2 of 2) sorted by relevance
53 struct pthread *__nptl_last_event; variable54 libc_hidden_proto (__nptl_last_event)55 libc_hidden_data_def (__nptl_last_event)476 pd->nextevent = __nptl_last_event; in start_thread()477 while (atomic_compare_and_exchange_bool_acq (&__nptl_last_event, in start_thread()817 pd->nextevent = __nptl_last_event; in __pthread_create_2_1()818 while (atomic_compare_and_exchange_bool_acq (&__nptl_last_event, in __pthread_create_2_1()
387 __nptl_last_event;
Completed in 5 milliseconds