Searched refs:thread_id_ptr (Results 1 – 2 of 2) sorted by relevance
67 register volatile pid_t *thread_id_ptr asm(TID_PTR_REGISTER) = &thread_id; in thread_function()69 asm volatile ("" : : "r" (thread_id_ptr)); in thread_function()
59 pid_t* thread_id_ptr; member84 *(thread_data->thread_id_ptr) = thread_id; in thread_function()303 thread_data[i].thread_id_ptr = GetThreadIdPointer(i); in CreateThreadsInChildProcess()