OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fowner_ex
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/common/
hwcdrv.c
708
struct f_owner_ex
fowner_ex
;
local
709
fowner_ex
.type = F_OWNER_TID;
710
fowner_ex
.pid = pctx->tid;
711
rc = fcntl (hwc_fd, F_SETOWN_EX, (unsigned long) &
fowner_ex
);
799
struct f_owner_ex
fowner_ex
;
local
800
fowner_ex
.type = F_OWNER_TID;
801
fowner_ex
.pid = hwcdrv_gettid (); // "pid=tid" is correct w/F_OWNER_TID
802
if (fcntl (hwc_fd, F_SETOWN_EX, (unsigned long) &
fowner_ex
) == -1)
/src/external/gpl3/binutils.old/dist/gprofng/common/
hwcdrv.c
708
struct f_owner_ex
fowner_ex
;
local
709
fowner_ex
.type = F_OWNER_TID;
710
fowner_ex
.pid = pctx->tid;
711
rc = fcntl (hwc_fd, F_SETOWN_EX, (unsigned long) &
fowner_ex
);
799
struct f_owner_ex
fowner_ex
;
local
800
fowner_ex
.type = F_OWNER_TID;
801
fowner_ex
.pid = hwcdrv_gettid (); // "pid=tid" is correct w/F_OWNER_TID
802
if (fcntl (hwc_fd, F_SETOWN_EX, (unsigned long) &
fowner_ex
) == -1)
Completed in 23 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026