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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dbsd_i386.c107 void thread_set_cthreadself(thread_t thread, uint64_t pself, int isLP64);
497 thread_set_cthreadself(thread_t thread, uint64_t pself, int isLP64) argument
499 if (isLP64 == 0) {
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dpthread_synch.c126 extern void thread_set_cthreadself(thread_t thread, uint64_t pself, int isLP64);
808 int isLP64 = 0; local
815 isLP64 = IS_64BIT_PROCESS(p);
900 thread_set_cthreadself(th, (uint64_t)th_pthread, isLP64);
907 if (isLP64 == 0) {
2015 int isLP64 = 0;
2017 isLP64 = IS_64BIT_PROCESS(p);
2021 if (isLP64 == 0) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dstatus.c79 void thread_set_cthreadself(thread_t thread, uint64_t pself, int isLP64);
1345 thread_set_cthreadself(thread_t thread, uint64_t pself, int isLP64) argument
1349 if (isLP64 == 0) {

Completed in 38 milliseconds