OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:name_and_pid
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/drd/tests/
pth_inconsistent_cond_wait.c
48
char
name_and_pid
[32];
local
49
snprintf(
name_and_pid
, sizeof(
name_and_pid
), "%s-%d", name, getpid());
50
sem_t* p = sem_open(
name_and_pid
, O_CREAT | O_EXCL, 0600, 0);
circular_buffer.c
63
char
name_and_pid
[32];
local
64
snprintf(
name_and_pid
, sizeof(
name_and_pid
), "%s-%d", name, getpid());
65
sem_t* p = sem_open(
name_and_pid
, O_CREAT | O_EXCL, 0600, value);
Completed in 49 milliseconds