Searched refs:mNativeThreadId (Results 1 – 2 of 2) sorted by relevance
128 mNativeThreadId = NULL; in WorkerPool()153 free(mNativeThreadId); in ~WorkerPool()170 mNativeThreadId = (pid_t *) calloc(mCount, sizeof(pid_t)); in init()208 wp->mNativeThreadId[idx] = gettid(); in helperThreadProc()
66 pid_t *mNativeThreadId; variable