Home
last modified time | relevance | path

Searched refs:id_ptr (Results 1 – 2 of 2) sorted by relevance

/haiku/src/tests/system/libroot/posix/
H A Dthread_local_test.cpp30 void* threadFn(void* id_ptr) in threadFn() argument
32 int thread_id = *(int*)id_ptr; in threadFn()
H A Dpthread_barrier_test.cpp12 void* threadFn(void* id_ptr) in threadFn() argument
14 int thread_id = *(int*)id_ptr; in threadFn()