Searched refs:pth_id (Results 1 – 1 of 1) sorted by relevance
397 pthread_t pth_id; in pthread_create() local404 pth_id = _pthread_data_create(); in pthread_create()405 if (pth_id == PTHREAD_NUM_MAX) in pthread_create()411 ptd = _pthread_get_data(pth_id); in pthread_create()486 *pid = pth_id; in pthread_create()501 if (pth_id != PTHREAD_NUM_MAX) in pthread_create()
Completed in 4 milliseconds