Home
last modified time | relevance | path

Searched refs:cur_process_id (Results 1 – 4 of 4) sorted by relevance

/dports/devel/ccache/ccache-3.7.12/src/
H A Dminitrace.c65 static int cur_process_id; variable
324 if (!cur_process_id) { in internal_mtr_raw_event()
325 cur_process_id = get_cur_process_id(); in internal_mtr_raw_event()
351 ev->pid = cur_process_id; in internal_mtr_raw_event()
364 if (!cur_process_id) { in internal_mtr_raw_event_arg()
365 cur_process_id = get_cur_process_id(); in internal_mtr_raw_event_arg()
385 ev->pid = cur_process_id; in internal_mtr_raw_event_arg()
/dports/devel/ccache-static/ccache-3.7.12/src/
H A Dminitrace.c65 static int cur_process_id; variable
324 if (!cur_process_id) { in internal_mtr_raw_event()
325 cur_process_id = get_cur_process_id(); in internal_mtr_raw_event()
351 ev->pid = cur_process_id; in internal_mtr_raw_event()
364 if (!cur_process_id) { in internal_mtr_raw_event_arg()
365 cur_process_id = get_cur_process_id(); in internal_mtr_raw_event_arg()
385 ev->pid = cur_process_id; in internal_mtr_raw_event_arg()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/minitrace/private/
H A Dminitrace.c70 static int cur_process_id; variable
391 if (!cur_process_id) { in internal_mtr_raw_event()
392 cur_process_id = get_cur_process_id(); in internal_mtr_raw_event()
420 ev->pid = cur_process_id; in internal_mtr_raw_event()
447 if (!cur_process_id) { in internal_mtr_raw_event_arg()
448 cur_process_id = get_cur_process_id(); in internal_mtr_raw_event_arg()
470 ev->pid = cur_process_id; in internal_mtr_raw_event_arg()
/dports/devel/upp/upp/bazaar/UltimatePlayer/
H A DWin32Utils.cpp8 HANDLE __fastcall GetProcess(const char * app_name, int &process_id, DWORD cur_process_id) in GetProcess() argument
31 if(cur_process_id == 0) in GetProcess()
36 else if(cur_process_id != prcid) in GetProcess()