Searched refs:mainthread_id (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dmain.c240 static pthread_t mainthread_id = NULL; variable
365 mainthread_id = pthread_self();
1839 if (mainthread_id && !(pthread_equal(mainthread_id, pthread_self()))){
1877 if (mainthread_id && !(pthread_equal(mainthread_id, pthread_self()))){
1911 if (mainthread_id && !(pthread_equal(mainthread_id, pthread_self()))){
1935 if (mainthread_id && !(pthread_equal(mainthread_id, pthread_sel
[all...]

Completed in 243 milliseconds