Searched defs:handle (Results 1 – 6 of 6) sorted by relevance
74 td_thrhandle_t handle; in td_ta_thr_iter() local103 td_err_e td_thr_get_info(td_thrhandle_t const* handle, td_thrinfo_t* info) { in td_thr_get_info()135 td_err_e td_thr_event_enable(const td_thrhandle_t* handle, int event) { in td_thr_event_enable()
72 FILE* handle = use_stdin ? stdin : fopen(dump_file, "r"); in main() local
54 void* handle = dlopen("/usr/lib/libstdc++.6.dylib", RTLD_NOLOAD); in compute_gcc_empty_string_storage() local
970 explicit AutoHandle(HANDLE handle) : handle_(handle) {} in AutoHandle()976 void Reset(HANDLE handle) { in Reset()
214 void *handle = dlopen(path, RTLD_LOCAL | RTLD_NOW); in newlocale() local
1098 HANDLE handle = ::CreateEvent(NULL, FALSE, FALSE, NULL); in TEST() local