Searched refs:pid_str (Results 1 – 9 of 9) sorted by relevance
/third_party/glib/glib/ |
D | gwin32-private.c | 38 char pid_str[STR_BUFFER_SIZE] = {0}; in _g_win32_subst_pid_and_event() local 43 _snprintf_s (pid_str, STR_BUFFER_SIZE, G_N_ELEMENTS (pid_str), "%lu", pid); in _g_win32_subst_pid_and_event() 44 pid_str[G_N_ELEMENTS (pid_str) - 1] = 0; in _g_win32_subst_pid_and_event() 45 pid_str_len = strlen (pid_str); in _g_win32_subst_pid_and_event() 46 _snprintf_s (event_str, STR_BUFFER_SIZE, G_N_ELEMENTS (pid_str), "%Iu", event); in _g_win32_subst_pid_and_event() 47 event_str[G_N_ELEMENTS (pid_str) - 1] = 0; in _g_win32_subst_pid_and_event() 59 debugger[dbg_i++] = pid_str[j++]; in _g_win32_subst_pid_and_event()
|
/third_party/boost/boost/interprocess/detail/ |
D | portable_intermodule_singleton.hpp | 67 pid_str_t pid_str; in create_tmp_subdir_and_get_pid_based_filepath() local 68 get_pid_str(pid_str, pid); in create_tmp_subdir_and_get_pid_based_filepath() 69 s += pid_str; in create_tmp_subdir_and_get_pid_based_filepath() 90 pid_str_t pid_str; in check_if_filename_complies_with_pid() local 91 get_pid_str(pid_str, pid); in check_if_filename_complies_with_pid() 92 file_suffix = pid_str; in check_if_filename_complies_with_pid()
|
D | os_thread_functions.hpp | 511 inline void get_pid_str(pid_str_t &pid_str, OS_process_id_t pid) in get_pid_str() argument 513 bufferstream bstream(pid_str, sizeof(pid_str)); in get_pid_str() 517 inline void get_pid_str(pid_str_t &pid_str) in get_pid_str() argument 518 { get_pid_str(pid_str, get_current_process_id()); } in get_pid_str()
|
D | robust_emulation.hpp | 162 std::string pid_str; in operator ()() local 165 (filename, robust_lock_prefix(), get_current_process_id(), pid_str)){ in operator ()()
|
/third_party/ltp/testcases/kernel/syscalls/pidfd_send_signal/ |
D | pidfd_send_signal03.c | 43 char pid_str[16]; in verify_pidfd_send_signal() local 62 sprintf(pid_str, "%d", pid - 1); in verify_pidfd_send_signal() 63 SAFE_FILE_PRINTF(last_pid_file, "%s", pid_str); in verify_pidfd_send_signal()
|
/third_party/mindspore/mindspore/_extends/parallel_compile/tbe_compiler/ |
D | tuner.py | 190 pid_str = os.getpid() 192 pid_ts = "{}_pid{}".format(time_str, pid_str)
|
D | tbe_adapter.py | 173 pid_str = os.getpid() 175 pid_ts = "{}_pid{}".format(time_str, pid_str)
|
/third_party/boost/boost/test/impl/ |
D | debug.ipp | 429 unit_test::const_string pid_str( pid_buff ); 447 WRITE_STR( pid_str );
|
/third_party/python/Modules/ |
D | _pickle.c | 3882 PyObject *pid_str; in save_pers() local 3884 pid_str = PyObject_Str(pid); in save_pers() 3885 if (pid_str == NULL) in save_pers() 3890 if (!PyUnicode_IS_ASCII(pid_str)) { in save_pers() 3894 Py_DECREF(pid_str); in save_pers() 3899 _Pickler_Write(self, PyUnicode_DATA(pid_str), in save_pers() 3900 PyUnicode_GET_LENGTH(pid_str)) < 0 || in save_pers() 3902 Py_DECREF(pid_str); in save_pers() 3905 Py_DECREF(pid_str); in save_pers()
|