OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ThreadCreate
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/lsan/
lsan_thread.cc
85
u32
ThreadCreate
(u32 parent_tid, uptr user_id, bool detached) {
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc
221
int
ThreadCreate
(ThreadState *thr, uptr pc, uptr uid, bool detached) {
227
DPrintf("#%d:
ThreadCreate
tid=%d uid=%zu\n", parent_tid, tid, uid);
Completed in 751 milliseconds