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

/macosx-10.10.1/dtrace-147/head/
H A Ddarwin_shim.h100 extern taskid_t gettaskid(void); // Darwin has no notion of task. Always return 0.
/macosx-10.10.1/dtrace-147/
H A Ddarwin_shim.c83 taskid_t gettaskid(void) { return (taskid_t) 0; } // Darwin has no notion of task. Always return 0. function
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_module.c1425 dt_idhash_lookup(dtp->dt_macros, "taskid")->di_id = gettaskid();

Completed in 130 milliseconds